home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Telnet / 5PM PowerMac / 5PM_Term_PPC.sea / ASC Read Me's… / CTB Scripting Interfaces / TCPack - Scripting Interface < prev    next >
Text File  |  1993-11-16  |  2KB  |  64 lines

  1.  
  2. _________________________________________________________________
  3.  
  4. asc3270 Scripting Interface
  5.  
  6. _________________________________________________________________
  7.  
  8. Following is the syntax of the Scripting Interface.
  9.  
  10. All the parameters accessible through the Configuration Dialogs can also be set through the Scripting Interface.
  11.  
  12. Please refer to the Help in the Configuration Dialogs for the meaning of each parameter. 
  13.  
  14.  
  15.     IPAddress                                <host name> | <numeric, max = 255.255.255.255>
  16.     LocalPort                                <numeric, max = 65535>
  17.     RemotePort                            <numeric, max = 65535>
  18.     TelnetProtocol            <true | false>
  19.     DropTelnet                            <true | false>
  20.  
  21.     Precedence                   <numeric 0…7>
  22.     LowDelay                     <true | false>
  23.     HighThroughput               <true | false>
  24.     HighReliability           <true | false>
  25.     TimeToLive                   <numeric, max = 255>
  26.     DontFragment              <true | false>
  27.     Security                     <true | false>
  28.     IPOptionsValid            <true | false>
  29.     IPOptions                    <hexa, max = FFFFFFFF>[.<hexa>][.<hexa>]…
  30.  
  31.     Terminal                     <terminal name>
  32.     AskEcho                         <true | false>
  33.     AskBinary                    <true | false>
  34.     AcceptBinary              <true | false>
  35.     TelnetStripNewLine     <true | false>
  36.  
  37.     DisplayMenu                  <true | false>
  38.     DisplayAlerts             <true | false>    (since version 1.5)
  39.     FTPServer                    <true | false>
  40.     AddNewLine                   <true | false>
  41.     SkipNewLine                  <true | false>
  42.     KeyDownEvents             <true | false>
  43.     FTPApplication            <application name>
  44.     FTPCreator                   <4 chars string>
  45.     FTPDocument                  <4 chars string>
  46.  
  47.  
  48. _________________________________________________________________
  49.  
  50. General Information
  51. _________________________________________________________________
  52.  
  53. Δ To be compatible with MacX, “IPAddress”, “LocalPort” and “RemotePort” can also be written “RemoteAddress”, “LocalTCPPort” and “RemoteTCPPort”. Moreover, CMGetConfig() returns the local IPAddress under “LocalAddress” but this command is ignored by CMSetConfig().
  54.  
  55. Δ If you specify a Host Name instead of an IPAddress, the DNR tries to find the corresponding address.
  56.  
  57. Δ The IPOptions can contain up to 10 longs if Security is false, 9 longs otherwise.
  58.  
  59. Δ True and false may also be written 1 or 0.
  60.  
  61. Δ Names and strings can be written between quotes (ex: “my host”).
  62.  
  63. Δ Scripts are also available in French and Spanish. If you create a new ‘STR#’ resource to add another language, its ID must be 31100 + Language Code (as defined in <ScriptMgr.h>).
  64.